03. Backbone Project Setup

Backbone Project Setup

Backbone Project

I've created a project that we'll be using in this lesson. To emulate a real single page application that fetches data from a remote database, this project has been set up with a partner project that will serve as the database for this one.

Setup

  • clone the Backbone project

    • run bower install
  • clone the backend server

    • cd into the "binaries" directory
    • launch the binary by point the --www flag at the root of the Backbone project

    If the roots of both projects are in the same directory, then from the backend server project's binary directory run:

    $ ./server_darwin_amd64 --www=../../FEF-UdaciMeals-Backbone
  • launch the project at http://localhost:8000

Check out each project's README for specific instructions on how to get each one set up correctly.